home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
GW AdaEd 1.4.2
/
GWAdaDemos
/
Spider
/
DRAW16.ADA
< prev
next >
Wrap
Text File
|
1994-01-11
|
164b
|
20 lines
WITH Spider; Use Spider;
PROCEDURE Drawing16 IS
BEGIN
Reset;
Red;
Step;
Step;
Step;
Step;
Black;
Turn;
Step;
Turn;
Turn;
Green;
Step;
Step;
Step;
END Drawing16;